UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system must not have the unnecessary games account.


Overview

Finding ID Version Rule ID IA Controls Severity
V-29376 GEN000290-1 SV-44795r1_rule Medium
Description
Accounts that provide no operational purpose provide additional opportunities for system compromise. Unnecessary accounts include user accounts for individuals not requiring access to the system and application accounts for applications not installed on the system.
STIG Date
SUSE Linux Enterprise Server v11 for System z 2016-12-20

Details

Check Text ( C-42289r1_chk )
Check the system for the unnecessary "games" accounts.

Procedure:
# grep ^games /etc/passwd
If this account exists, it is a finding.
Fix Text (F-38244r1_fix)
Remove the "games" account from the /etc/passwd file before connecting a system to the network.